home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page3 / 00120.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  120 b   |  10 lines

  1. on enterFrame
  2.   global returnframe
  3.   set returnframe to 0
  4. end
  5.  
  6. on exitFrame
  7.   global count
  8.   set count to count + 1
  9. end
  10.